 |
Linux Format forums Help, discussion, magazine feedback and more
|
| View previous topic :: View next topic |
| Author |
Message |
jdp407
Joined: Sat Sep 17, 2011 3:16 pm Posts: 1
|
Posted: Sat Sep 17, 2011 3:20 pm Post subject: Custom Ubuntu LXF150 |
|
|
| In the article on creating a custom Ubuntu ISO in LXF150, it was mentioned that the necessary commands to update the files in 'cd_root' would be included on the disk. I cannot, however, find these commands! Can anyone tell me what commands to use? |
|
| Back to top |
|
 |
heiowge LXF regular

Joined: Wed Feb 27, 2008 8:21 pm Posts: 1794 Location: Cheshire, UK
|
Posted: Sat Sep 17, 2011 4:50 pm Post subject: |
|
|
Sorry, but I can't, but I was unclear why the article went overboard to show us how to customise Ubuntu the complicated way, then as an asside say Oh, you can do it graphically as well and it's much easier.
Why not just show us the easy method?  _________________ AMD PHENOM II X6, 14 GB DDR3, 500 GB hd, 1GB nVidia card, running Linux Mint 14 KDE / Win 7. Damn thing keeps breaking.
eeepc 1015PX, 1.66 Ghz Intel atom processor, 2 GB DDR3, 320 GB hd running Mint 14 MATE. Running great. |
|
| Back to top |
|
 |
jonrob Site admin
Joined: Thu Jun 30, 2011 4:24 pm Posts: 43
|
Posted: Mon Sep 19, 2011 11:42 am Post subject: Oops! |
|
|
Hey,
Mike just pointed me to this thread. I'm very sorry for never actually sending him the code to put on the disc, complete brain freeze on my part! Anyway, for those who are looking for it, here's what you need:
| Code: |
chmod +w work/cd-root/casper/filesystem.manifest
sudo chroot edit dpkg-query -W --showformat='${Package} ${Version}\n' > work/cd-root/casper/filesystem.manifest
sudo cp work/cd-root/casper/filesystem.manifest work/cd-root/casper/filesystem.manifest-desktop
sudo sed -i '/ubiquity/d' work/cd-root/casper/filesystem.manifest-desktop
sudo sed -i '/casper/d' work/cd-root/casper/filesystem.manifest-desktop
printf $(sudo du -sx --block-size=1 edit | cut -f1) > work/cd-root/casper/filesystem.size
cd work/cd-root
sudo rm md5sum.txt
find -type f -print0 | sudo xargs -0 md5sum | grep -v isolinux/boot.cat | sudo tee md5sum.txt
|
Once again, sorry! Also, I know I showed the hard way and then mentioned that you can do it easily with a graphical tool, but I always think it's good to know how things work as well as knowing how to work them  |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|