Any Recommendation on creating a custom iso from installed OS
|
2013-10-22, 10:20
Post: #10
|
|||
|
|||
RE: Any Recommendation on creating a custom iso from installed OS
sanboot is for booting block storage, like an ISO file, or iSCSI/AoE block devices. In your case you have unpacked the ISO, so sanboot is no longer the tool you should use. Using kernel+initrd is the correct approach. You're a bit mistaken with the imgargs you supply. Specifying nfsroot with a string that starts with http:// isn't right. The parameter should look like this:
Code: nfsroot=192.168.13.5:/nfsshare/ |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)