CentOS Icon CentOS Logo
CentOS Text
   
  
www.centos.org Forum Index
   CentOS 6 - General Support
  HOWTO create a LiveDVD/USB from a custom build of CentOS 6.2

 

 Bottom   Previous Topic   Next Topic
<12
  •  Rate Thread
      Rate this Thread
      Excellent
      Good
      Average
      Bad
      Terrible
Poster Thread
  •  pschaff
      pschaff
Re: HOWTO create a LiveDVD/USB from a custom build of CentOS 6.2
#21
Moderator
Joined: 2006/12/13
From Tidewater, Virginia, North America
Posts: 18773
Again, too much for me to analyze. It just occurred to me that I forgot to mention Fedora Revisor. Scientific Linux packages it. CentOS does not.
_________________
Phil

Recommended reading: FAQ & Readme first ; Search hint: google "your topic site:centos.org"; Smart Questions
Posted on: 2012/3/25 10:39
Create PDF from Post Print
Top
  •  AndrewSerk
      AndrewSerk
Re: HOWTO create a LiveDVD/USB from a custom build of CentOS 6.2
#22
Regular Board Member
Joined: 2010/11/21
From
Posts: 57
Hi lleb,
There seems to be a few things in you .ks that are for a .ks install not a livecd/DVD that may be causing the issues you are seeing:
# X Window System configuration information xconfig
  --defaultdesktop=KDE
  # Reboot after installation #reboot reboot --eject
 # System timezone timezone  America/New_York
 # System bootloader configuration bootloader --location=mbr append vga=791 
# Partition clearing information clearpart --all --initlabel  
# Disk partitioning information part /boot --ondisk sda  --fstype="ext3" --size=100  part / --ondisk sda   --fstype="ext3" --grow --size=9000  part /usr/rx30 --ondisk sda  --fstype="ext3" --grow --size=9000 --asprimary part swap --ondisk sda  --fstype="swap" --recommended 

I didn't go through the whole .ks line by line but the above lines may be causing the umount issue. There is normaly not any part info or defaultdesktop info ect. for a liveDVD/CD.

Hope this helps,

Andrew
Posted on: 2012/3/26 13:42
Create PDF from Post Print
Top
  •  AndrewSerk
      AndrewSerk
Re: HOWTO create a LiveDVD/USB from a custom build of CentOS 6.2
#23
Regular Board Member
Joined: 2010/11/21
From
Posts: 57
I missspoke about there not being any part info. There usually is part info but not in the format you have used.
Normaly you will see something like:
part / --size 4096 --fstype ext4

for a livecd. Change the size if needed to a DVD:
part / --size 8192 --fstype ext4


Hope this helps
Posted on: 2012/3/26 13:54
Create PDF from Post Print
Top
 Top   Previous Topic   Next Topic
<12

 


 You cannot start a new topic.
 You can view topic.
 You cannot reply to posts.
 You cannot edit your posts.
 You cannot delete your posts.
 You cannot add new polls.
 You cannot vote in polls.
 You cannot attach files to posts.
 You cannot post without approval.




"Linux" is a registered trademark of Linus Torvalds. | All other trademarks are property of their respective owners. | All other content is Copyright @ 2004-2009 by the CentOS Project or "each individual contributor (forums, comments, etc.) unless otherwise assigned".| Theme based on a theme by 7dana.com