현재 Remastersys 패키지의 포크 인 Respin 을 사용하면 Ubuntu 14.04 ~ 16.04 버전의 Ubuntu에 소스 코드 를 사용할 수 있습니다. Yakkety가 동결되었으므로 패키지도 곧 제공 될 것으로 기대합니다.
아래는 Xenial (16.04)에서 respin을 설치하는 데 사용한 프로세스입니다
Respin은 xresprobe에 의존하며 저장소에서 isolinux도 사용할 수 없으므로 몇 가지 PPA를 추가하고 패키지 목록을 업데이트 한 후 설치해야합니다.
sudo add-apt-repository ppa:sergiomejia666/respin
sudo add-apt-repository ppa:sergiomejia666/xresprobe
sudo apt install xresprobe
sudo apt install respin
추가 연구에 따르면 isolinux도 필요합니다
sudo apt install isolinux
respin
매개 변수없이 라이브 시스템으로 이동하기로 결정했습니다 (스크립트는 다른 옵션도 제공하지만 설치 프로그램이있는 라이브 시스템이 더 유용했습니다) 는 다음과 같은 출력을 제공합니다.
Examples:
sudo respin backup (to make a livecd/dvd backup of your system)
sudo respin backup custom.iso
(to make a livecd/dvd backup and call the iso custom.iso)
sudo respin clean (to clean up temporary files of respin)
sudo respin dist (to make a distributable livecd/dvd of your system)
sudo respin dist cdfs
(to make a distributable livecd/dvd filesystem only)
sudo respin dist iso custom.iso
(to make a distributable iso named custom.iso but only
if the cdfs is already present)
cdfs and iso options should only be used if you wish to modify something on the
cd before the iso is created. An example of this would be to modify the isolinux
portion of the livecd/dvd
다음으로 우리는 respin을 설정해야합니다
sudo respin dist cdfs
사용자 정의 ISO를 만드는 데 사용할 배포 가능한 livecd / dvd 파일 시스템 만들기
이는 상당히 시간이 걸리는 프로세스입니다 (ETA는 하드웨어에 따라 다름)
이 시점에서 if 라이브 미디어의 isolinux 부분을 원하는대로 수정할 수 있습니다.
그리고 이제 ISO를 만들었습니다
sudo respin dist iso custom.iso
노트 :
16.04 시스템에 여러 가지 추가 / 수정이 있고 여러 VM의 결과 이미지가 상당히 큽니다.
Making custom.iso a hybrid iso
isohybrid: Warning: more than 1024 cylinders: 2547
isohybrid: Not all BIOSes will be able to boot this device
Creating custom.iso.md5 in /home/respin/respin
/home/respin/respin/custom.iso which is 2.5G in size is ready to be burned or tested in a virtual machine.
Startup disk Creator를 시작하고 custom.iso 파일과 대상 위치를 선택하십시오 (4GB 플래시 드라이브를 사용했습니다)
custom.iso 파일은 / home / respin / respin 디렉토리에 있습니다.
결과 이미지가 예상대로 작동합니다. Yakkety의 스토퍼는이 of 때 현재 소스xresprobe
에서 빌드 하거나 기다릴 수있는 설치 후보를 찾을 수 없다는 것 입니다. 개인적으로 나는 대부분의 개발자들이 LTS 버전에 집중하는 것으로 나타났습니다. 9 개월 릴리즈에 많은 노력을 기울이는 것이 그리 효율적이지 않기 때문에 이치에 맞습니다.
편집 : Ubuntu에 대한 최신 게시 respin deb 패키지는 여기 에서 찾을 수 있습니다.