OPNsense Forum

Archive => 20.7 Legacy Series => Topic started by: moonmoonbird on October 26, 2020, 07:53:47 AM

Title: how to rebuild dvd image after change config file?
Post by: moonmoonbird on October 26, 2020, 07:53:47 AM
after changing tools/config/20.7/SMP , how to rebuild dvd image to apply this change, what i was doing is to ran `make dvd-again`, but i am not sure it is the right way to do it. thanks.
Title: Re: how to rebuild dvd image after change config file?
Post by: mimugmail on October 26, 2020, 09:32:19 AM
make clean-kernel,obj,base,packages,base && make dvd

Title: Re: how to rebuild dvd image after change config file?
Post by: moonmoonbird on October 26, 2020, 09:48:13 AM
Thanks, i will give it a try.
Title: Re: how to rebuild dvd image after change config file?
Post by: moonmoonbird on October 26, 2020, 10:12:12 AM
make clean-kernel,obj,base,packages,base && make dvd
There are two base in the command , is that a typo or that is it? thanks.
Title: Re: how to rebuild dvd image after change config file?
Post by: mimugmail on October 26, 2020, 10:41:54 AM
Typo, yes ...
Title: Re: how to rebuild dvd image after change config file?
Post by: moonmoonbird on October 26, 2020, 11:31:41 AM
Alright, its still running, should be a long time.
Title: Re: how to rebuild dvd image after change config file?
Post by: mimugmail on October 26, 2020, 12:04:50 PM
The usual thing when building a whole operating system from source :)