Subversion Repositories livecd

Rev

Rev 297 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 297 Rev 298
Line 40... Line 40...
40
 
40
 
41
%packages
41
%packages
42
syslinux
42
syslinux
43
kernel
43
kernel
44
 
44
 
45
# xfsprogs only avaialbe for x86_64 (uncomment on x86_64)
45
# xfsprogs only available for x86_64 (uncomment on x86_64)
46
#xfsprogs
46
#xfsprogs
47
 
47
 
48
# basic software groups
48
# basic software groups
49
@base
49
@base
50
# package added to @base
50
# package added to @base
Line 96... Line 96...
96
kmod-ndiswrapper
96
kmod-ndiswrapper
97
reiserfs-utils
97
reiserfs-utils
98
 
98
 
99
%end
99
%end
100
 
100
 
-
 
101
 
101
########################################################################
102
########################################################################
102
#
103
#
103
#  LiveCD post install in chroot 
104
#  LiveCD post install in chroot 
104
#
105
#
105
########################################################################
106
########################################################################
Line 677... Line 678...
677
 
678
 
678
# run post-install script
679
# run post-install script
679
/bin/bash -x /root/post-install 2>&1 | tee /root/post-install.log
680
/bin/bash -x /root/post-install 2>&1 | tee /root/post-install.log
680
 
681
 
681
%end
682
%end
682
########################################################################
-
 
683
#
-
 
684
# End of configure LiveCD in chroot
-
 
685
#
-
 
686
########################################################################
-
 
687
 
683
 
688
 
684
 
689
########################################################################
685
########################################################################
690
#
686
#
691
#  LiveCD post no chroot install 
687
#  LiveCD post no chroot install 
Line 739... Line 735...
739
 
735
 
740
# run postnochroot-install script
736
# run postnochroot-install script
741
/bin/bash -x /root/postnochroot-install 2>&1 | tee /root/postnochroot-install.log
737
/bin/bash -x /root/postnochroot-install 2>&1 | tee /root/postnochroot-install.log
742
 
738
 
743
%end
739
%end
744
########################################################################
-
 
745
#
-
 
746
# End of configure LiveCD in nochroot
-
 
747
#
740
 
748
########################################################################
-