diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-06-21 07:43:34 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-06-21 07:43:34 +0000 |
commit | 5b1c1e7586b6b3143a207d39fa9ed63ff324c978 (patch) | |
tree | 2cf4e452106a4bc193c95cdea867cbb2c3983eec | |
parent | 5fd094c7e819f3cdd30ab87a5c44455e97b48346 (diff) | |
download | drakx-5b1c1e7586b6b3143a207d39fa9ed63ff324c978.tar drakx-5b1c1e7586b6b3143a207d39fa9ed63ff324c978.tar.gz drakx-5b1c1e7586b6b3143a207d39fa9ed63ff324c978.tar.bz2 drakx-5b1c1e7586b6b3143a207d39fa9ed63ff324c978.tar.xz drakx-5b1c1e7586b6b3143a207d39fa9ed63ff324c978.zip |
commit here the command line I use
-rw-r--r-- | perl-install/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 72abe4872..d947a39b8 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -223,3 +223,6 @@ pixel_standalone_links: rm -rf .standalone_apps.swa mkdir .standalone_apps.swa for i in $(STANDALONEPMS_); do ln -sf ../standalone/$$i .standalone_apps.swa/$$i.pm; done + +# [pixel] after make install_pms: +# ../tools/drakx-in-chroot /export /tmp/rr --useless_thing_accepted --kickstart install/auto_inst.cfg.local.pl |